From 8ecd77ffd17bffc610d55b4d8dc0a5322b1b9120 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 30 Nov 2009 14:06:57 -0500 Subject: [PATCH] Add a release note about statusbar internal hierarchy changes --- README.in | 10 ++++++++++ docs/reference/gtk/gtk-sections.txt | 2 ++ gtk/gtkstyle.c | 2 ++ 3 files changed, 14 insertions(+) diff --git a/README.in b/README.in index 84d6329e01..313b697fde 100644 --- a/README.in +++ b/README.in @@ -27,6 +27,16 @@ Installation See the file 'INSTALL' +Release notes for 2.20 +====================== + +* GtkStatusbar now has a message area (see gtk_status_bar_get_message_area) + which makes it easy to place additional widgets inside the statusbar + frame or to replace the label widgets. Previously, this was only possible + by accessing the innards of the statusbar widget directly. Applications + which are doing so may need some adjustments, since the addition of the + message area changed the internal widget hierarchy. + Release notes for 2.18 ====================== diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 55236cf1f2..1672e5f3d6 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -3611,6 +3611,7 @@ gtk_statusbar_pop gtk_statusbar_remove gtk_statusbar_set_has_resize_grip gtk_statusbar_get_has_resize_grip +gtk_statusbar_get_message_area GTK_STATUSBAR GTK_IS_STATUSBAR @@ -4295,6 +4296,7 @@ gtk_tool_item_get_proxy_menu_item gtk_tool_item_set_proxy_menu_item gtk_tool_item_rebuild_menu gtk_tool_item_toolbar_reconfigured +gtk_tool_item_get_text_size_group GTK_TYPE_TOOL_ITEM diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 20e14a6331..c806aeee44 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -6737,6 +6737,8 @@ gtk_paint_resize_grip (GtkStyle *style, * @height: the height of the rectangle in which to draw the spinner * * Draws a spinner on @window using the given parameters. + * + * Since: 2.20 */ void gtk_paint_spinner (GtkStyle *style, -- 2.30.2